ContainerException Class
Aurora\Container Namespace
Extends
- C Exception
Interfaces
- I Throwable
- I Stringable
- I ContainerExceptionInterface
Constructor
__construct
Construct the exception. Note: The message is NOT binary safe.
Parameters
mixed
$message
— [optional] The Exception message to throw.mixed
$code
— [optional] The Exception code.mixed
$previous
— [optional] The previous throwable used for the exception chaining.
Signature
public function __construct(mixed $message = '', mixed $code, mixed $previous)