\AlphredFileDoesNotExist

Thrown when trying to access a file that does not exist

Alphred's Exception interface adds in some standard logging functionality whenever any exception is thrown.

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