Exception: Boechat::Internal::BoechatError
- Inherits:
-
StandardError
- Object
- StandardError
- Boechat::Internal::BoechatError
- Defined in:
- lib/boechat/internal/errors.rb
Overview
Custom error class
Instance Method Summary collapse
-
#initialize(message) ⇒ BoechatError
constructor
A new instance of BoechatError.
Constructor Details
#initialize(message) ⇒ BoechatError
Returns a new instance of BoechatError.
7 8 9 |
# File 'lib/boechat/internal/errors.rb', line 7 def initialize() super(.to_s) end |