Exception: Spacebunny::SchemeNotValid
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- Spacebunny::SchemeNotValid
- Defined in:
- lib/spacebunny/exceptions.rb
Instance Method Summary collapse
-
#initialize(scheme) ⇒ SchemeNotValid
constructor
A new instance of SchemeNotValid.
Constructor Details
#initialize(scheme) ⇒ SchemeNotValid
Returns a new instance of SchemeNotValid.
106 107 108 109 |
# File 'lib/spacebunny/exceptions.rb', line 106 def initialize(scheme) = "Provided scheme #{scheme} is not valid" super() end |