Sha256: 8523048692ee19b3839ac86c2e7eba86c13c1bcc45262a7fe5821be910bee252
Contents?: true
Size: 226 Bytes
Versions: 1
Compression:
Stored size: 226 Bytes
Contents
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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
animoto-1.0.0 | ./lib/animoto/support/errors.rb |