class Pcloud::ConfigurationError
Public Class Methods
new(key)
click to toggle source
Calls superclass method
# File lib/pcloud/exceptions.rb, line 5 def initialize(key) super "missing key `#{key}' in the client configuration" end