Exception: ImportCanceled

Inherits:
StandardError
  • Object
show all
Defined in:
backend/app/lib/exceptions.rb

Instance Method Summary (collapse)

Instance Method Details

- (Object) to_s



70
71
72
# File 'backend/app/lib/exceptions.rb', line 70

def to_s
  "The import was canceled"
end