Details |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 148 |
lars |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
declare(strict_types=1);
|
|
|
4 |
|
|
|
5 |
namespace Dotenv\Exception;
|
|
|
6 |
|
|
|
7 |
use InvalidArgumentException;
|
|
|
8 |
|
|
|
9 |
final class InvalidFileException extends InvalidArgumentException implements ExceptionInterface
|
|
|
10 |
{
|
|
|
11 |
//
|
|
|
12 |
}
|