Exception: Pcloud::NotFoundError
- Defined in:
- lib/pcloud/exceptions.rb
Instance Method Summary collapse
-
#initialize(key, message) ⇒ NotFoundError
constructor
A new instance of NotFoundError.
Constructor Details
#initialize(key, message) ⇒ NotFoundError
Returns a new instance of NotFoundError.
10 11 12 |
# File 'lib/pcloud/exceptions.rb', line 10 def initialize(key, ) super "not found `#{key}' with value of #{}" end |