getMessage() . ' (Code: ' . $this->getCode() . ')'; } /** * Get the exception code with default */ public function getErrorCode(): int { return $this->getCode() ?: 500; } }