Exception: PaysonAPI::V1::Errors::UnknownLocaleError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/payson_api/v1/errors/unknown_locale_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(_msg, locale) ⇒ UnknownLocaleError

Returns a new instance of UnknownLocaleError.



7
8
9
# File 'lib/payson_api/v1/errors/unknown_locale_error.rb', line 7

def initialize(_msg, locale)
  super("Unknown locale: #{locale}")
end