Exception: SwitchFile::Exception

Inherits:
Exception
  • Object
show all
Defined in:
lib/switch_file/exception.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



3
4
5
# File 'lib/switch_file/exception.rb', line 3

def message
  "#{self.class.to_s.demodulize.underscore.humanize}: #{super}"
end