Class InvalidStateException
The exception that is thrown when a method call is invalid for the object'sĀ current state, method has been invoked at an illegal or inappropriateĀ time.
- Exception
-
RuntimeException
-
InvalidStateException
Located at /Utils/exceptions.php
public
|
#
__construct(
$message = '',
$code = 0,
Exception
$previous = NULL
)
|
Methods Inherited From Exception
__construct(), getMessage(), getCode(), getFile(), getLine(), getTrace(), getPrevious(), getTraceAsString(), __toString()
Properties Inherited From Exception
$message, $code, $file, $line