module Animoto
  # This is the base class that all Animoto-specific errors descend from.
  class Error < StandardError
  end
end