Exception: ImportCanceled
- Inherits:
-
StandardError
- Object
- StandardError
- ImportCanceled
- Defined in:
- backend/app/lib/exceptions.rb
Instance Method Summary (collapse)
Instance Method Details
- (Object) to_s
[View source]
70 71 72 |
# File 'backend/app/lib/exceptions.rb', line 70 def to_s "The import was canceled" end |