Exception: Pione::Location::LocationError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/pione/location/location-exception.rb

Overview

LocationError is raised when any resource errors happen.

Instance Method Summary collapse

Constructor Details

#initialize(location, option = {}) ⇒ LocationError

Returns a new instance of LocationError.



5
6
7
8
# File 'lib/pione/location/location-exception.rb', line 5

def initialize(location, option={})
  @location = location
  @option = option
end