Exception: ImportCanceled
- Inherits:
-
StandardError
- Object
- StandardError
- ImportCanceled
- Defined in:
- backend/app/lib/exceptions.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
81 82 83 |
# File 'backend/app/lib/exceptions.rb', line 81 def to_s "The import was canceled" end |