Exceptions\IO\Filesystem\NotADirectoryException::__construct PHP Метод

__construct() публичный Метод

public __construct ( $message = 'Specified path is not a directory', $code, $previous = null )
    public function __construct($message = 'Specified path is not a directory', $code = 0, $previous = null)
    {
        parent::__construct($message, $code, $previous);
    }
NotADirectoryException