class KalimahApps / Daleel / Exceptions / ConfigException

ConfigException

Custom exception class for config file errors.

Extends

Methods

public

__construct ( $message , $code , Throwable $previous ) : void

Redefine the exception so message isn't optional.

Parameters

  • $message string
    Exception message to throw
  • $code int
    Exception code
  • $previous Throwable |null
    Previous exception if nested exception
public

toString ( ) : void

custom string representation of object.