lib/repertoire/exceptions/checkout_failed.rb in repertoire-0.2.2 vs lib/repertoire/exceptions/checkout_failed.rb in repertoire-0.2.3
- old
+ new
@@ -1,4 +1,4 @@
module Repertoire
- class CheckoutFailed < RuntimeError
+ class CheckoutFailed < StandardError
end
end