class FluxboxAppsMenu::NoMappedCategories
Public Class Methods
new(params)
click to toggle source
Calls superclass method
# File lib/fluxbox_apps_menu/utils.rb, line 77 def initialize(params) super 'Error! '.bold.red + "The item \"#{params[:name]}\" doesn't have any mapped category among #{params[:categories].join(', ')}, fix it to \"fluxbox_apps_menu.yaml\"" end