Exception: Sortah::ParseErrorException

Inherits:
Exception
  • Object
show all
Defined in:
lib/sortah/errors.rb

Instance Method Summary collapse

Instance Method Details

#inspectObject



4
5
6
# File 'lib/sortah/errors.rb', line 4

def inspect
  "<Sortah::ParseErrorException>"
end

#to_sObject



3
# File 'lib/sortah/errors.rb', line 3

alias_method :to_s, :inspect