class InvalidLevelException

Thrown the supplied level is invalid

Public Class Methods

new(msg = "Error: level must be one of: 'major', 'minor', 'patch' or 'exact'") click to toggle source
Calls superclass method
# File lib/breezer/exceptions.rb, line 19
def initialize(msg = "Error: level must be one of: 'major', 'minor', 'patch' or 'exact'")
  super
end