Class DefinitionException.

Exception is thrown if any

 Methods

Create instance.

__construct(string $definitionName, int $code, \Exception|null $previous) 

Parameters

$definitionName

string

The definition name of the affected definition.

$code

int

The error code.

$previous

\Exceptionnull

The previous exception.

 Properties

 

The message template.

$message : string
 

The definition name of the affected definition.

$name : string