Copied!

NotImplementedException

NotImplementedException.php : 18

This Exception is thrown if a feature has not been implemented _intentionally_. The main purpose is the search handler, where some features are just not supported in the legacy search implementation.

Methods

public__construct()

NotImplementedException.php : 27

Generates: Intentionally not implemented: {$feature}.

public __construct(string $feature[, int $code = 0 ][, Exception|null $previous = null ])

Parameters

Name Type Default value Description
$feature string - -
$code int 0 -
$previous Exception|null null -