lib/autoload/kuroko2/workflow/engine_error.rb



module Kuroko2
  module Workflow
    class EngineError < StandardError
    end
  end
end