\AlphredPluginFunctionNotFound

Thrown when trying to load a plugin that has not been defined

Usually, you can correct this by including or requiring the plugin code before either including the library or instantiating the Alphred wrapper. Otherwise, check for syntax or spelling errors.

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