October\Rain\Assetic\Exception\FilterException

Overview

FilterException describes an exception that occurred within a filter.

Extends
  • RuntimeException
  • Exception
Implements
  • Stringable
  • Throwable
  • October\Rain\Assetic\Exception\Exception

Protected Properties

There are no protected properties in the class.

Show inherited protected properties

Inherited Protected Properties

  • $message - (defined in Exception)
  • $code - (defined in Exception)
  • $file - (defined in Exception)
  • $line - (defined in Exception)

Public Methods

public __construct()

public __construct($message, $code = 0, $previous = null): void

public getInput()

public getInput(): void

public setInput()

public setInput($input): void

Show inherited public methods

Inherited Public Methods

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