class Pione::Location::LocationError
LocationError
is raised when any resource errors happen.
Public Class Methods
new(location, option={})
click to toggle source
# File lib/pione/location/location-exception.rb, line 5 def initialize(location, option={}) @location = location @option = option end