Exception: Cronofy::CredentialsMissingError

Inherits:
CronofyError
  • Object
show all
Defined in:
lib/cronofy/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = nil) ⇒ CredentialsMissingError

Returns a new instance of CredentialsMissingError.

[View source]

6
7
8
# File 'lib/cronofy/errors.rb', line 6

def initialize(message=nil)
  super(message || "No credentials supplied")
end