Exception: Akamaized::Exception::DeleteError
- Inherits:
-
StandardError
- Object
- StandardError
- Akamaized::Exception::DeleteError
- Defined in:
- lib/akamaized/exception.rb
Instance Method Summary collapse
-
#initialize(file) ⇒ DeleteError
constructor
A new instance of DeleteError.
- #message ⇒ Object
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
#message ⇒ Object
10 11 12 |
# File 'lib/akamaized/exception.rb', line 10 def "unable to delete the file at #{@file}" end |