Base ExceptionInterface for Dependency Injection component.
- author Fabien Potencier
- author Bulat Shakirzyanov
AbstractInterface
- Implements
Psr\Container\ContainerExceptionInterface Stringable Throwable
Methods |
Base ExceptionInterface for Dependency Injection component.
Psr\Container\ContainerExceptionInterface |
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 |