class NotInstalled extends Logic implements DependencyErrorRequired for this action optional dependency is not installed on the system. The dependency can be PHP-extension, composer package, some plugin and etc.
throw new NotInstalled('mbstring', 'unicode strings'); // Required dependency "mbstring" for unicode string$dependency- the dependency name$action- action that requires the dependency
getDependency():stringgetAction():string