관리-도구
편집 파일: InvalidFileException.php
<?php namespace Dotenv\Exception; use InvalidArgumentException; /** * This is the invalid file exception class. */ class InvalidFileException extends InvalidArgumentException implements ExceptionInterface { // }