Exception ()
eduTrac SIS Exception Class
This extends the default LitenException
class to allow converting exceptions to and from etsis_Error
objects.
Unfortunately, because an etsis_Error
object may contain multiple messages and error codes, only the first message for the first error code in the instance will be accessible through the exception’s methods.
Source file: app/src/Core/Exception/Exception.php
Source
class Exception extends \app\src\Core\Exception\BaseException { }
Expand full source code Collapse full source code View on Github
Changelog
- Since: eduTrac SIS 6.1.14