eZ\Publish\Core\Persistence\Legacy\Exception\StorageNotFound::__construct PHP Метод

__construct() публичный Метод

Creates a new exception for $typeName.
public __construct ( mixed $typeName )
$typeName mixed
    public function __construct($typeName)
    {
        parent::__construct(sprintf('Storage for type "%s" not found.', $typeName));
    }
StorageNotFound