Exception: Boechat::Internal::BoechatError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/boechat/internal/errors.rb

Overview

Custom error class

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ BoechatError

Returns a new instance of BoechatError.



7
8
9
# File 'lib/boechat/internal/errors.rb', line 7

def initialize(message)
  super(message.to_s)
end