class Money::RateProviderError

Overview

Raised when a rate provider returns an error.

Defined in:

money/error.cr

Constructors

Constructor Detail

def self.new(code, detail = nil) #

[View source]