Exception: ClickHouse::MigrationSupport::Errors::Base

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

Instance Method Summary collapse

Constructor Details

#initialize(message = nil) ⇒ Base

Returns a new instance of Base.



7
8
9
10
# File 'lib/click_house/migration_support/errors.rb', line 7

def initialize(message = nil)
  message = "\n\n#{message}\n\n" if message
  super
end