Method: Pcloud::NotFoundError#initialize

Defined in:
lib/pcloud/exceptions.rb

#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