class NotACarbonClassException extendsInvalidArgumentException implementsInvalidArgumentException

Properties

protectedstring $className The className.

Methods

__construct(string$className,int$code =0,Throwable$previous =null)

Constructor.

string
getClassName()

Get the className.

Details

at line34
__construct(string$className,int$code =0,Throwable$previous =null)

Constructor.

Parameters

string $className
int $code
Throwable $previous

at line46
string getClassName()

Get the className.

Return Value

string