Exception: Coltrane::IntervalNotFoundError
- Inherits:
-
ColtraneError
- Object
- StandardError
- ColtraneError
- Coltrane::IntervalNotFoundError
- Defined in:
- lib/coltrane/errors.rb
Instance Method Summary collapse
-
#initialize(arg) ⇒ IntervalNotFoundError
constructor
A new instance of IntervalNotFoundError.
Constructor Details
#initialize(arg) ⇒ IntervalNotFoundError
Returns a new instance of IntervalNotFoundError.
67 68 69 70 71 72 |
# File 'lib/coltrane/errors.rb', line 67 def initialize(arg) super "The interval \"#{arg}\" that was provided wasn't found. "\ "If you're sure this interval exists, "\ "would you mind to suggest it's inclusion here: "\ 'https://github.com/pedrozath/coltrane/issues '\ end |