Exception: JabberAdmin::UnknownCommandError

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

Overview

This exception is raised when we send an unknown command to the REST API. It will respond with a 404 status code in this case.

Instance Attribute Summary

Attributes inherited from Error

#response

Method Summary

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from JabberAdmin::Error