Exception: Fabrial::CreationError

Inherits:
Error
  • Object
show all
Defined in:
lib/fabrial/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



7
8
9
10
11
# File 'lib/fabrial/errors.rb', line 7

def message
  return super unless cause

  "#{super}: #{cause.message}"
end