Exception: Singleplatform::Error::ApiError

Inherits:
Base
  • Object
show all
Defined in:
lib/singleplatform/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Oops! There was an error.") ⇒ ApiError

Returns a new instance of ApiError.



16
17
18
# File 'lib/singleplatform/error.rb', line 16

def initialize(msg = "Oops! There was an error.")
  super
end