Exception: Apress::Api::Callbacks::RepeatCallbackError
- Inherits:
-
StandardError
- Object
- StandardError
- Apress::Api::Callbacks::RepeatCallbackError
- Defined in:
- lib/apress/api/callbacks/repeat_callback_error.rb
Instance Method Summary collapse
-
#initialize(message, backtrace) ⇒ RepeatCallbackError
constructor
A new instance of RepeatCallbackError.
Constructor Details
#initialize(message, backtrace) ⇒ RepeatCallbackError
Returns a new instance of RepeatCallbackError.
6 7 8 9 |
# File 'lib/apress/api/callbacks/repeat_callback_error.rb', line 6 def initialize(, backtrace) super() set_backtrace(backtrace) end |