Method | Description | |
---|---|---|
__construct ( string $className, |
Construct a mock generation failed exception. | |
definition ( ) : |
Get the definition. | |
error ( ) : mixed>\array |
Get the error details. | |
source ( ) : string | Get the generated source code. |
public __construct ( string $className, |
||
$className | string | The class name. |
$definition | The definition. | |
$source | string | The generated source code. |
$error | array | |
$cause | Exceptio\Exception | Erro\Error | null | The cause, if available. |
public definition ( ) : |
||
return | The definition. |