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
Datei anzeigen Open project: ezsystems/ezpublish-kernel

Public Methods

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

Method Details

__construct() public method

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