\Alo\ExceptionProfilerException

Profiler-related exceptions

Summary

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

Constants

E_MARK_NOT_SET

E_MARK_NOT_SET

Code when a referenced mark is not found

E_KEY_INVALID

E_KEY_INVALID

Code when a specified key 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