buildException method

  1. @override
  2. @protected
BuilderNotFoundInFactoryException buildException(
  1. Type key
)

CommandNotDefinedException overrides the default BuilderNotFoundInFactoryException

Implementation

@override
@protected
buildException(Type key) {
  return CommandNotDefinedException(key.toString());
}