Вход Регистрация
Файл: gapps/src/Lib/Exceptions/SystemError.php
Строк: 14
<?php

namespace LibExceptions;

/**
 * LibExceptionsBase
 * Handle System Error
 * 
 * @source: http://php.net/manual/en/language.exceptions.php
 */

class SystemError extends Base {

    protected 
$message 'System Failure';  // Default Exception message
    
protected $code    900;         // Default User-defined exception code
}
Онлайн: 0
Реклама