# frozen_string_literal: true module Tamashii module Manager module Error class AuthorizationError < RuntimeError end end end end