class Dbsketch::Automation::AutomationError

Public Class Methods

new(message) click to toggle source
Calls superclass method
# File lib/dbsketch/automation/automation_error.rb, line 9
def initialize message
        super(message)
end