aboutsummaryrefslogtreecommitdiff
path: root/src/Exception/RuntimeException.php
diff options
context:
space:
mode:
authorАлександр Кирюхин <alexander@kiryukhin.su>2018-01-19 01:01:01 +0300
committerАлександр Кирюхин <alexander@kiryukhin.su>2018-01-19 01:01:01 +0300
commit75721abf6fce65f02f73a20ab05143f8092f7921 (patch)
treef3afaf7a0b372745429a8e77f9ebe734f4a55931 /src/Exception/RuntimeException.php
Initial
Diffstat (limited to 'src/Exception/RuntimeException.php')
-rw-r--r--src/Exception/RuntimeException.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/Exception/RuntimeException.php b/src/Exception/RuntimeException.php
new file mode 100644
index 0000000..1a9be9c
--- /dev/null
+++ b/src/Exception/RuntimeException.php
@@ -0,0 +1,13 @@
+<?php
+/**
+ * @author: Alexander Kiryukhin <alexander@kiryukhin.su>
+ * @license: MIT
+ */
+
+namespace NeonXP\Dotenv\Exception;
+
+
+class RuntimeException extends \Exception
+{
+
+} \ No newline at end of file