????
Current Path : /home/thenclexdoctor.com/.trash/vendor/kavenegar/php/src/Exceptions/ |
Current File : /home/thenclexdoctor.com/.trash/vendor/kavenegar/php/src/Exceptions/BaseRuntimeException.php |
<?php namespace Kavenegar\Exceptions; class BaseRuntimeException extends \RuntimeException { public function getName() { return 'BaseRuntimeException'; } public function __construct($message, $code=0) { parent::__construct($message, $code); } public function errorMessage(){ return "\r\n".$this->getName() . "[{$this->code}] : {$this->message}\r\n"; } } ?>
Sorry, this page is not available...