Exception: Conrad::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/conrad/errors.rb

Overview

Base error class

Instance Method Summary collapse

Instance Method Details

#to_sObject

:nodoc:



7
8
9
# File 'lib/conrad/errors.rb', line 7

def to_s
  'An unexpected error has occurred'
end