Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 547 Bytes

File metadata and controls

26 lines (18 loc) · 547 Bytes
title AuthError — Eregansu Framework
package framework
packageTitle Eregansu Framework
layout default
className AuthError
type 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