Exception: Akamaized::Exception::PutError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/akamaized/exception.rb

Instance Method Summary collapse

Constructor Details

#initialize(file) ⇒ PutError

Returns a new instance of PutError.



16
17
18
# File 'lib/akamaized/exception.rb', line 16

def initialize(file)
  @file = file
end

Instance Method Details

#messageObject



20
21
22
# File 'lib/akamaized/exception.rb', line 20

def message
  "unable to push file at #{file}"
end