Exception: Traim::UnauthorizedError

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

Instance Method Summary collapse

Methods inherited from Error

#body, #header, #initialize

Constructor Details

This class inherits a constructor from Traim::Error

Instance Method Details

#error_messageObject



210
# File 'lib/traim.rb', line 210

def error_message; "Unauthorized Error" end

#statusObject



211
# File 'lib/traim.rb', line 211

def status; 401 end