Exception: Singleplatform::Error::InvalidLocationError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Your request must supply a valid location.") ⇒ InvalidLocationError

Returns a new instance of InvalidLocationError.



34
35
36
# File 'lib/singleplatform/error.rb', line 34

def initialize(msg = "Your request must supply a valid location.")
  super
end