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

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

public __construct ( $message = 'Cannot find specified directory', $code, $previous = null )
    public function __construct($message = 'Cannot find specified directory', $code = 0, $previous = null)
    {
        parent::__construct($message, $code, $previous);
    }
DirectoryNotFoundException