Exception: RubyPayler::Error
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- RubyPayler::Error
- Defined in:
- lib/ruby_payler/errors.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#code ⇒ Object
3 4 5 |
# File 'lib/ruby_payler/errors.rb', line 3 def code raise NotImplementedError end |
#message ⇒ Object
7 8 9 |
# File 'lib/ruby_payler/errors.rb', line 7 def raise NotImplementedError end |