Copied!
Instantiable
Methods
public Exception::__construct(string $message = '', int $code = 0, ?Throwable $previous = NULL)
public Exception::__toString() : string
public Exception::__wakeup()
public static forConfigOption(string $option, $valueGiven, ?string $description = NULL) : self
 
  • param string $option Name/path of the option
  • param mixed $valueGiven The invalid option that was provided
  • param ?string $description Additional text describing the issue (optional)
public final Exception::getCode()
public final Exception::getFile() : string
public final Exception::getLine() : int
public final Exception::getMessage() : string
public final Exception::getPrevious() : ?Throwable
public final Exception::getTrace() : array
public final Exception::getTraceAsString() : string
Properties
protected Exception::$code = 0
protected string Exception::$file = ''
protected int Exception::$line = 0
protected Exception::$message = ''
Methods
private static getDebugValue( $value) : string
 
  • param mixed $value
  • psalm-pure
Methods
public static forConfigOption(string $option, $valueGiven, ?string $description = NULL) : self
 
  • param string $option Name/path of the option
  • param mixed $valueGiven The invalid option that was provided
  • param ?string $description Additional text describing the issue (optional)
private static getDebugValue( $value) : string
 
  • param mixed $value
  • psalm-pure
© 2024 Bruce Wells
Search Namespaces \ Classes
Configuration