Method: Arke::Resource::Errors::Exception#initialize

Defined in:
lib/arke/resource/errors.rb

#initialize(resource) ⇒ Exception



25
26
27
# File 'lib/arke/resource/errors.rb', line 25

def initialize(resource)
  self.message = "An error on the specificed resource: Status Code #{resource.code}"
end