n2n Page Rocket 1 API

n2n\core\config

­Error­Config

ErrorConfig

Constant summary

Methods summary

Modifier and Type Method
public __construct ( bool strictAttitude , bool startupDetectErrors , bool startupDetectBadRequests , bool logSaveDetailInfo , bool logSendMail , string logMailRecipient = null , bool logHandleStatusExceptions , array logExcludedHttpStatuses , array errorViewNames )
public bool isStrictAttitudeEnabled ( )
public bool isDetectStartupErrorsEnabled ( )
public bool isStartupDetectBadRequestsEnabled ( )
public bool isLogSaveDetailInfoEnabled ( )
public bool isLogSendMailEnabled ( )
public string getLogMailRecipient ( )
public bool isLogHandleStatusExceptionsEnabled ( )
public array getLogExcludedHttpStatus ( )
public bool isLoggingForStatusExceptionEnabled ( int httpStatus )
public string getErrorViewName ( int httpStatus )
public getErrorViewNames ( )

Constants in detail

Methods in detail