lib/stealth/errors.rb in stealth-0.9.6 vs lib/stealth/errors.rb in stealth-0.9.7
- old
+ new
@@ -11,9 +11,12 @@
end
class ServiceImpaired < Errors
end
+ class ServiceError < Errors
+ end
+
class ServiceNotRecognized < Errors
end
class ControllerRoutingNotImplemented < Errors
end