Exception: CaseblocksAPI::AuthenticationException

Inherits:
Exception
  • Object
show all
Defined in:
lib/caseblocks_api/authentication_exception.rb

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ AuthenticationException

Returns a new instance of AuthenticationException.



3
4
5
# File 'lib/caseblocks_api/authentication_exception.rb', line 3

def initialize(message)
	puts message
end