Module: Insup::Exceptions

Defined in:
lib/insup/exceptions.rb

Constant Summary collapse

InsupError =
Class.new(StandardError)
UploaderError =
Class.new(InsupError)
NotAGitRepositoryError =
Class.new(InsupError)