Skip to main content

lib/runbox/runtime/stage/emulator/emulation_error.ex

defmodule Runbox.Runtime.Stage.Emulator.EmulationError do
  defexception [:message]
end