Exception: Akamaized::Exception::DeleteError

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

Instance Method Summary collapse

Constructor Details

#initialize(file) ⇒ DeleteError

Returns a new instance of DeleteError.



6
7
8
# File 'lib/akamaized/exception.rb', line 6

def initialize(file)
  @file = file
end

Instance Method Details

#messageObject



10
11
12
# File 'lib/akamaized/exception.rb', line 10

def message
  "unable to delete the file at #{@file}"
end