Exception: Fraggle::Connection::SendError
- Inherits:
-
StandardError
- Object
- StandardError
- Fraggle::Connection::SendError
- Defined in:
- lib/fraggle/connection.rb
Overview
Raised when a request is invalid
Instance Method Summary collapse
-
#initialize(req, msg = nil) ⇒ SendError
constructor
A new instance of SendError.
Constructor Details
#initialize(req, msg = nil) ⇒ SendError
Returns a new instance of SendError.
9 10 11 12 |
# File 'lib/fraggle/connection.rb', line 9 def initialize(req, msg=nil) @req = req super(msg) end |