error_code = $error_code; parent::__construct( $message, $code, $previous ); } /** * Returns the error code. * * @return string Error code, for example 'order_not_found'. */ public function get_error_code() { return $this->error_code; } }