Exception: KazeClient::Error::DisabledAccount

Inherits:
Forbidden show all
Defined in:
lib/kaze_client/error/disabled_account.rb

Overview

403 error sent by Kaze server when trying to log in with a disabled account

Author:

Since:

  • 0.1.0

Constant Summary

Constants inherited from Generic

Generic::DEFAULT_MESSAGE

Instance Attribute Summary

Attributes inherited from Generic

#error, #status

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'User account was disabled by administrator') ⇒ DisabledAccount

Returns a new instance of DisabledAccount.

Since:

  • 0.1.0



11
12
13
# File 'lib/kaze_client/error/disabled_account.rb', line 11

def initialize(msg='User account was disabled by administrator')
  super(msg)
end