32 'logging.handler' =>
'errorlog',
34 'errorreporting' =>
false,
49 $config = self::$minimum_config;
58 parent::__construct(
$reason, $file);
72 $reason = $exception->getReason();
73 $file = $exception->getConfFile();
75 $reason = $exception->getMessage();
__construct($reason=null, $file=null, $config=null)
CriticalConfigurationError constructor.
static fromException(\Exception $exception)
Attribute-related utility methods.
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.