Common and useful classes, methods, exceptions etc.
This package contains a lot of exceptions. Each of them contains static method create()
with proper arguments that is
used to create instance of the exception. Example:
use Meritoo\Common\Exception\Bundle\IncorrectBundleNameException;
// ...
throw IncorrectBundleNameException::create('RisusIpsum');