shortMessage = $shortMessage; $this->type = $type; parent::__construct($message, $code, $previous); } public function isDeliveryDisabled() { return $this->type === self::ERROR_DELIVERY_DISABLED; } public function getShortMessage() { return $this->shortMessage; } }