class Bcome::Exception::MethodNameConflictInRegistry

Public Instance Methods

message_prefix() click to toggle source
# File lib/objects/exception/method_name_conflict_in_registry.rb, line 6
def message_prefix
  'Method name conflict in registry. The following console_command name in your registry conflicts with either a reserved bcome method name, or another method name in your registry: '
end