| 1 | <?php declare(strict_types=1); |
||
| 21 | abstract class Exception extends \Exception |
||
| 22 | { |
||
| 23 | protected $exception; |
||
| 24 | |||
| 25 | public function __construct(string $message, int $code = 0, \Exception $previous = null) |
||
| 30 | |||
| 31 | public function log(int $databaseUserId, string $errorNumber, string $errorSeverity) |
||
| 35 | } |