Exception: Pandoru::InvalidAuthToken

Inherits:
APIError show all
Defined in:
lib/pandoru/errors.rb

Overview

Specific API errors

Instance Attribute Summary

Attributes inherited from APIError

#error_code

Instance Method Summary collapse

Constructor Details

#initialize(message = 'Invalid auth token', code = 1001) ⇒ InvalidAuthToken

Returns a new instance of InvalidAuthToken.



40
41
42
# File 'lib/pandoru/errors.rb', line 40

def initialize(message = 'Invalid auth token', code = 1001)
  super(message, code)
end