\Alo\ExceptionTesterException

Testing suite-related exceptions

Summary

Methods
Properties
Constants
__construct()
No public properties found
E_CLASS_INVALID
E_NAME_INVALID
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Constants

E_CLASS_INVALID

E_CLASS_INVALID

Code when the class or object is invalid

E_NAME_INVALID

E_NAME_INVALID

Code when the method or function name is invalid

Methods

__construct()

__construct(string  $message = '', integer  $code, \Exception  $previous = null) 

Creates the exception

Parameters

string $message

Exception message

integer $code

Exception code

\Exception $previous

Previous exception, if chaining