Error

We're sorry, but an unhandled error occurred. Please see the details below.

Allowed memory size of 536870912 bytes exhausted (tried to allocate 69632 bytes)

/var/www/nuton-electro.ru/data/www/nuton-electro.ru/vendor/october/rain/src/Exception/ExceptionBase.php line 95

     * @param int $code Error code.
     * @return void
     */
    public static function mask($message = null, $code = 0)
    {
        $calledClass = get_called_class();
        $exception = new $calledClass($message, $code);
        ErrorHandler::applyMask($exception);
    }
 
    /**
     * Removes the active mask from the called class.
     * @return void

Stack trace

# Called Code Document Line