jmettraux / ruote

a ruby workflow engine (dead)
MIT License
496 stars 74 forks source link

Flunk with a string only #55

Closed coffeeaddict closed 12 years ago

coffeeaddict commented 12 years ago

Yields StandardError (like raise)

(i made a whoopsy here; StandardError is the default for rescue - but I like it nevertheless)

jmettraux commented 12 years ago

Hello, this looks good, but I'd use the RuntimeError since that's what "raise" uses by default ;-) Care to change before I pull?

Thanks a lot!

coffeeaddict commented 12 years ago

Done. Have fun!

jmettraux commented 12 years ago

Many thanks!