# frozen_string_literal: true module Fizzy module Api module Errors class MethodNotAllowedError < StandardError end end end end