Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 547 Bytes

AuthError.md

File metadata and controls

26 lines (18 loc) · 547 Bytes
title package packageTitle layout className type
AuthError — Eregansu Framework
framework
Eregansu Framework
default
AuthError
class

AuthError

Exception class whose instances are thrown when an authentication exception occurs.

AuthError is a class derived from Exception.

Synopsis

uses('auth');

throw new AuthError($engine, $message, $reason);

Public Methods