Exception: Pcloud::NotFoundError

Inherits:
Error
  • Object
show all
Defined in:
lib/pcloud/exceptions.rb

Instance Method Summary collapse

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, message)
  super "not found `#{key}' with value of #{message}"
end