32 'logging.handler' =>
'errorlog',
34 'errorreporting' =>
false,
58 parent::__construct(
$reason, $file);
72 $reason = $exception->getReason();
73 $file = $exception->getConfFile();
75 $reason = $exception->getMessage();
An exception for terminatinating execution or to throw for unit testing.
static fromException(\Exception $exception)
__construct($reason=null, $file=null, $config=null)
CriticalConfigurationError constructor.
static guessBasePath()
Try to guess the base SimpleSAMLphp path from the current request.
static loadFromArray($config, $location='[ARRAY]', $instance=null)
Loads a configuration from the given array.
Attribute-related utility methods.