n2n Page Rocket 1 API

n2n\util\ex\err

­Fancy­Error

FancyError extends Error implements Documentable, EnhancedError

All Implemented Interfaces:

Methods summary

Modifier and Type Method
public __construct ( string message = null , string file = null , int line = null , int startLine = null , int endLine = null , Throwable previous = null , mixed documentId = null , mixed code = null )
public getStartLine ( )
public getEndLine ( )
public getDocumentId ( )
public addAdditionalError ( string file , int line = null , int startLine = null , int endLine = null , string description = null )
public AdditionalError [] getAdditionalErrors ( )

Methods in detail