October\Rain\Assetic\Exception\FilterException

Extends:

  • RuntimeException
  • Exception

Implements:

  • Throwable
  • October\Rain\Assetic\Exception\Exception

Describes an exception that occurred within a filter.

Protected properties

There are no protected properties in the class.

Show inherited protected properties

Inherited protected properties

  • protected $message - defined in Exception.
  • protected $code - defined in Exception.
  • protected $file - defined in Exception.
  • protected $line - defined in Exception.

Public methods

public void __construct($message, $code=0, $previous=NULL)
Parameters
  • $message
  • $code
  • $previous

public void getInput()

public void setInput($input)
Parameters
  • $input

Show inherited public methods

Inherited public methods

  • public void __toString() - defined in Exception.
  • public void __wakeup() - defined in Exception.
  • public void getCode() - defined in Exception.
  • public void getFile() - defined in Exception.
  • public void getLine() - defined in Exception.
  • public void getMessage() - defined in Exception.
  • public void getPrevious() - defined in Exception.
  • public void getTrace() - defined in Exception.
  • public void getTraceAsString() - defined in Exception.