Exception: Blueprints::DemolishError

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

Instance Method Summary collapse

Methods inherited from Error

#initialize, #to_s

Constructor Details

This class inherits a constructor from Blueprints::Error

Instance Method Details

#message_appendObject



13
14
15
# File 'lib/blueprints/errors.rb', line 13

def message_append
  'must be built before demolishing'
end