Exception: UnsupportedFileTypeException
- Inherits:
-
Exception
- Object
- Exception
- UnsupportedFileTypeException
- Defined in:
- lib/joule/exception/unsupported_file_type_exception.rb
Instance Method Summary collapse
-
#initialize ⇒ UnsupportedFileTypeException
constructor
A new instance of UnsupportedFileTypeException.
Constructor Details
#initialize ⇒ UnsupportedFileTypeException
Returns a new instance of UnsupportedFileTypeException.
3 4 5 |
# File 'lib/joule/exception/unsupported_file_type_exception.rb', line 3 def initialize = "Unsupported file type. Valid file types include SRM (.srm), PowerTap (.csv), iBike (.csv), and Garmin (.tcx)." end |