for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Spiral\Statistics\Exceptions;
use Spiral\Statistics\Extract;
class EmptyExtractEventsException extends InvalidExtractException
{
public function __construct()
parent::__construct('Extract events are not defined, empty array passed.');
}