Exception: FbGraph2::Exception::InternalServerError
- Inherits:
-
FbGraph2::Exception
- Object
- StandardError
- FbGraph2::Exception
- FbGraph2::Exception::InternalServerError
- Defined in:
- lib/fb_graph2/exception.rb
Constant Summary
Constants inherited from FbGraph2::Exception
Instance Attribute Summary
Attributes inherited from FbGraph2::Exception
#code, #error_subcode, #status, #type
Instance Method Summary collapse
-
#initialize(message, details = {}) ⇒ InternalServerError
constructor
A new instance of InternalServerError.
Methods inherited from FbGraph2::Exception
detect, detect_from_header, detect_from_status
Constructor Details
#initialize(message, details = {}) ⇒ InternalServerError
Returns a new instance of InternalServerError.
69 70 71 |
# File 'lib/fb_graph2/exception.rb', line 69 def initialize(, details = {}) super 500, , details end |