class Bcome::Exception::InventoriesCannotHaveSubViews

Public Instance Methods

message_prefix() click to toggle source
# File lib/objects/exception/inventories_cannot_have_subviews.rb, line 6
def message_prefix
  "You can't configure an inventory with subviews"
end