Class com.sekati.except.FatalException

Description

Throwable Fatal Exception (logs with level type 'fatal').

Method Index

new FatalException()

Inherited from Throwable

Constructor Detail

FatalException

public function FatalException(thrower:Object, message:String, stack:Array)

FatalException Constructor

Parameters

thrower(Object) origin of the error
message(String) error message to display
stack(Array) thrower arguments stack

Return

Void