Interface for exceptions.
This component is a port of the Python cssselect library, which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.
- author Jean-François Simon
AbstractInterface
- Implements
Stringable Throwable
Methods |
Interface for exceptions.
This component is a port of the Python cssselect library, which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.
Stringable |
Throwable |
Methods |
public abstract Stringable::__toString() : string |
public abstract Throwable::getCode() |
public abstract Throwable::getFile() : string |
public abstract Throwable::getLine() : int |
public abstract Throwable::getMessage() : string |
public abstract Throwable::getPrevious() : ?Throwable |
public abstract Throwable::getTrace() : array |
public abstract Throwable::getTraceAsString() : string |