Exception: Hector::IrcError
- Defined in:
- lib/hector/errors.rb
Direct Known Subclasses
CannotSendToChannel, ErroneousNickname, InvalidPassword, NicknameInUse, NoSuchChannel, NoSuchNickOrChannel
Instance Method Summary collapse
Instance Method Details
#response ⇒ Object
6 7 8 9 10 |
# File 'lib/hector/errors.rb', line 6 def response Response.new(command, *).tap do |response| response.args.push() unless == self.class.name end end |