for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Flawlol\Facade\Exception;
class ContainerIsNotSetException extends \Exception
{
public function __construct(string $message = '')
parent::__construct($message);
}