Change ConditionNotMetError superclass
This commit is contained in:
parent
a1e92893ad
commit
f6d9dd2c90
@ -14,7 +14,7 @@ module Producer
|
|||||||
|
|
||||||
|
|
||||||
class DSL
|
class DSL
|
||||||
ConditionNotMetError = Class.new(RuntimeError)
|
ConditionNotMetError = Class.new(StandardError)
|
||||||
|
|
||||||
def initialize(&block)
|
def initialize(&block)
|
||||||
instance_eval &block
|
instance_eval &block
|
||||||
|
Loading…
x
Reference in New Issue
Block a user