InvalidPathException.php
| 221 B | Satir:
0
| php
Geri
<?php namespace Dotenv\Exception; use InvalidArgumentException; /** * This is the invalid path exception class. */ class InvalidPathException extends InvalidArgumentException implements ExceptionInterface { // }
Kaydet
Ctrl+S ile kaydet