Lukaswhite\PodcastFeedParser\Exceptions\FileNotFoundException

Synopsis

class FileNotFoundException extends Exception {
  • // Inherited members from Exception
  • protected  $message;
  • protected  $code;
  • protected  $file;
  • protected  $line;
}

Hierarchy

Extends

Members

protected

  • $code — int
    The exception code
  • $file — string
    The filename where the exception was created
  • $line — int
    The line where the exception was created
  • $message — string
    The exception message

Methods

Inherited from Exception

public