Home
DevCentral
Search
Configure Global Search
Log In
Transactions
D3787
Change Details
Change Details
Old
New
Diff
Keruald sites use GENERAL_ERROR, HACK_ERROR and SQL_ERROR to qualify the kind of fatal error message to print and exit the application. One of our current goal is to allow those sites to get rid of the includes/ directory and to refer to Keruald libraries instead for generic code or their own engines classes for domain-specific code. As such, importing the constants allows to use the legacy `message_die` method, directly in global space or migrated to an error handler class. Ref T2145
Keruald sites use GENERAL_ERROR, HACK_ERROR, and SQL_ERROR to categorize fatal error messages. One of our current goals is to help sites to eliminate the includes/ directory, allowing them to refer to Keruald libraries for generic code or to their own engine classes for domain-specific code. As such, importing the constants enables the use of the legacy `message_die` function, either directly in the global space or migrated to an error handler class. Ref T2145
Keruald sites use GENERAL_ERROR, HACK_ERROR
,
and SQL_ERROR
to qualify
the kind of
to categorize
fatal error messag
e to print and exit the application
es
. One of our current goal
s
is t
o allow those
o help
sites to
get rid of
eliminate
the includes/
directory,
directory and
allowing them
to refer to Keruald libraries
instead
for generic code or
t
to t
heir
own
own
engine
s
classes for domain-specific code. As such, importing the constants
allows to
enables the
use
of
the legacy `message_die`
method,
function, either
directly in
the
global space or migrated to an error handler
class. Ref T2145
Continue