Patchwork\Exceptions\DefinedTooEarly::__construct PHP Method

__construct() public method

public __construct ( $callback )
    function __construct($callback)
    {
        $this->message = "The file that defines %s() was included earlier than Patchwork. " . "This is likely a result of an improper setup; see readme for details.";
        parent::__construct($callback);
    }
DefinedTooEarly