PHP Class eZ\Publish\Core\Base\Exceptions\MissingClass

Use: throw new MissingClass( $className, 'field type' );
Inheritance: extends LogicExceptio\LogicException, implements eZ\Publish\Core\Base\Translatable, use trait eZ\Publish\Core\Base\TranslatableBase
Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
__construct ( string $className, string | null $classType = null, Exception $previous = null ) Generates: Could not find[ {$classType}] class '{$className}'.

Method Details

__construct() public method

Generates: Could not find[ {$classType}] class '{$className}'.
public __construct ( string $className, string | null $classType = null, Exception $previous = null )
$className string
$classType string | null Optional string to specify what kind of class this is
$previous Exception