PHP Class eZ\Publish\Core\Base\Exceptions\NotFound\LimitationNotFoundException

Inheritance: extends RuntimeExceptio\RuntimeException, implements eZ\Publish\Core\Base\Exceptions\Httpable, implements eZ\Publish\Core\Base\Translatable, use trait eZ\Publish\Core\Base\TranslatableBase
Afficher le fichier Open project: ezsystems/ezpublish-kernel

Méthodes publiques

Méthode Description
__construct ( string $limitation, Exception $previous = null ) Creates a Limitation Not Found exception with info on how to fix.

Method Details

__construct() public méthode

Creates a Limitation Not Found exception with info on how to fix.
public __construct ( string $limitation, Exception $previous = null )
$limitation string
$previous Exception