Exception: Clavis::AuthenticationError

Inherits:
Error
  • Object
show all
Defined in:
lib/clavis/errors.rb

Overview

Authentication errors

Instance Method Summary collapse

Constructor Details

#initialize(message = "Authentication failed") ⇒ AuthenticationError

Returns a new instance of AuthenticationError.



124
125
126
# File 'lib/clavis/errors.rb', line 124

def initialize(message = "Authentication failed")
  super
end