Exception: ImportCanceled

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



81
82
83
# File 'backend/app/lib/exceptions.rb', line 81

def to_s
  "The import was canceled"
end