Skip to content

webcomic_error()

Michael Sisk edited this page Apr 10, 2018 · 1 revision

Trigger an error.

webcomic_error( string $message, int $type = E_USER_DEPRECATED ) : bool

Parameters

string $message

The error message.

int $type

Optional error type; one of E_USER_DEPRECATED, E_USER_NOTICE, E_USER_WARNING, or E_USER_ERROR.

Return

bool

Clone this wiki locally