| Path : /var/www/html/solarwindia/vendor/jeremeamia/superclosure/src/Exception/ |
| Current File : /var/www/html/solarwindia/vendor/jeremeamia/superclosure/src/Exception/ClosureAnalysisException.php |
<?php namespace SuperClosure\Exception;
/**
* This exception is thrown when there is a problem analyzing a closure.
*/
class ClosureAnalysisException extends \RuntimeException implements SuperClosureException
{
//
}