NotFoundException Class

Aurora\Container Namespace

Extends

Interfaces

  • I Throwable
  • I Stringable
  • I ContainerExceptionInterface
  • I NotFoundExceptionInterface

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)

Go to top