\AlphredConfigKeyNotSet

Thrown when trying to get a config key that has not been set

This exists so that there is the difference between not set or undefined and false

Summary

Methods
Properties
Constants
__construct()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct(string  $message, integer  $code = 3, string|boolean  $file = false) 

Writes a message to STDERR depending on log level

Parameters

string $message

message thrown

integer $code

error code

string|boolean $file