Exception: UnsupportedFileTypeException

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

Instance Method Summary collapse

Constructor Details

#initializeUnsupportedFileTypeException

Returns a new instance of UnsupportedFileTypeException.



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

def initialize
  message = "Unsupported file type.  Valid file types include SRM (.srm), PowerTap (.csv), iBike (.csv), and Garmin (.tcx)."
end