Exception: Sunniesnow::Charter::OffsetError
- Inherits:
-
StandardError
- Object
- StandardError
- Sunniesnow::Charter::OffsetError
- Defined in:
- lib/sscharter/charter/beat.rb
Instance Method Summary collapse
-
#initialize(method_name) ⇒ OffsetError
constructor
A new instance of OffsetError.
Constructor Details
#initialize(method_name) ⇒ OffsetError
Returns a new instance of OffsetError.
9 10 11 |
# File 'lib/sscharter/charter/beat.rb', line 9 def initialize method_name super "offset must be set before using #{method_name}" end |