File tree Expand file tree Collapse file tree 6 files changed +64
-63
lines changed Expand file tree Collapse file tree 6 files changed +64
-63
lines changed Original file line number Diff line number Diff line change 1
1
* text =auto
2
+ * eol =lf
2
3
3
4
/tests export-ignore
4
5
/.gitattributes export-ignore
Original file line number Diff line number Diff line change 1
- <?php
2
-
3
- namespace Dotenv \Exception ;
4
-
5
- /**
6
- * This is the exception interface.
7
- */
8
- interface ExceptionInterface
9
- {
10
- //
11
- }
1
+ <?php
2
+
3
+ namespace Dotenv \Exception ;
4
+
5
+ /**
6
+ * This is the exception interface.
7
+ */
8
+ interface ExceptionInterface
9
+ {
10
+ //
11
+ }
Original file line number Diff line number Diff line change 1
- <?php
2
-
3
- namespace Dotenv \Exception ;
4
-
5
- use InvalidArgumentException ;
6
-
7
- /**
8
- * This is the invalid callback exception class.
9
- */
10
- class InvalidCallbackException extends InvalidArgumentException implements ExceptionInterface
11
- {
12
- //
13
- }
1
+ <?php
2
+
3
+ namespace Dotenv \Exception ;
4
+
5
+ use InvalidArgumentException ;
6
+
7
+ /**
8
+ * This is the invalid callback exception class.
9
+ */
10
+ class InvalidCallbackException extends InvalidArgumentException implements ExceptionInterface
11
+ {
12
+ //
13
+ }
Original file line number Diff line number Diff line change 1
- <?php
2
-
3
- namespace Dotenv \Exception ;
4
-
5
- use InvalidArgumentException ;
6
-
7
- /**
8
- * This is the invalid file exception class.
9
- */
10
- class InvalidFileException extends InvalidArgumentException implements ExceptionInterface
11
- {
12
- //
13
- }
1
+ <?php
2
+
3
+ namespace Dotenv \Exception ;
4
+
5
+ use InvalidArgumentException ;
6
+
7
+ /**
8
+ * This is the invalid file exception class.
9
+ */
10
+ class InvalidFileException extends InvalidArgumentException implements ExceptionInterface
11
+ {
12
+ //
13
+ }
Original file line number Diff line number Diff line change 1
- <?php
2
-
3
- namespace Dotenv \Exception ;
4
-
5
- use InvalidArgumentException ;
6
-
7
- /**
8
- * This is the invalid path exception class.
9
- */
10
- class InvalidPathException extends InvalidArgumentException implements ExceptionInterface
11
- {
12
- //
13
- }
1
+ <?php
2
+
3
+ namespace Dotenv \Exception ;
4
+
5
+ use InvalidArgumentException ;
6
+
7
+ /**
8
+ * This is the invalid path exception class.
9
+ */
10
+ class InvalidPathException extends InvalidArgumentException implements ExceptionInterface
11
+ {
12
+ //
13
+ }
Original file line number Diff line number Diff line change 1
- <?php
2
-
3
- namespace Dotenv \Exception ;
4
-
5
- use RuntimeException ;
6
-
7
- /**
8
- * This is the validation exception class.
9
- */
10
- class ValidationException extends RuntimeException implements ExceptionInterface
11
- {
12
- //
13
- }
1
+ <?php
2
+
3
+ namespace Dotenv \Exception ;
4
+
5
+ use RuntimeException ;
6
+
7
+ /**
8
+ * This is the validation exception class.
9
+ */
10
+ class ValidationException extends RuntimeException implements ExceptionInterface
11
+ {
12
+ //
13
+ }
You can’t perform that action at this time.
0 commit comments