./lib/animoto/support/errors.rb in animoto-0.1.1.beta1 vs ./lib/animoto/support/errors.rb in animoto-1.0.0
- old
+ new
@@ -1,5 +1,9 @@
module Animoto
# This is the base class that all Animoto-specific errors descend from.
class Error < StandardError
end
+
+ # Raised when an abstract method is called.
+ class AbstractMethodError < Animoto::Error
+ end
end
\ No newline at end of file