class Temporalio::Error::AsyncActivityCanceledError

def initialize

@!visibility private
def initialize
  super('Activity canceled')
end