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

View source


Source

class Exception extends \app\src\Core\Exception\BaseException
{
    
}

Changelog


User Contributed Notes

You must log in before being able to contribute a note.