class Singleplatform::Error::ApiError

Public Class Methods

new(msg = "Oops! There was an error.") click to toggle source
Calls superclass method Singleplatform::Error::Base::new
# File lib/singleplatform/error.rb, line 16
def initialize(msg = "Oops! There was an error.")
  super
end