Exception: Itjobstack::API::Exception
- Inherits:
-
Exception
- Object
- Exception
- Itjobstack::API::Exception
- Defined in:
- lib/itjobstack/api.rb
Overview
handles api exceptions
Instance Method Summary collapse
-
#initialize(message) ⇒ Exception
constructor
A new instance of Exception.
Constructor Details
#initialize(message) ⇒ Exception
10 11 12 13 |
# File 'lib/itjobstack/api.rb', line 10 def initialize @message = super end |