class Temporalio::Error::ScheduleAlreadyRunningError

def initialize

@!visibility private
def initialize
  super('Schedule already running')
end