module FBO module Notices class Unknown < Struct.new(:type, :text) include FBO::Notice end end end