You are here

constant CONTEXT_ERROR_NOT_ERROR in Context error 7

Trigger for a case when its neither a 403 nor a 404 page.

1 use of CONTEXT_ERROR_NOT_ERROR
context_error_context_condition_error::execute in plugins/context_error_context_conditions.inc
Execute.

File

plugins/context_error_context_conditions.inc, line 25
Context condition plugin to provide a trigger for 404 and 403 error pages.

Code

define('CONTEXT_ERROR_NOT_ERROR', 1);