ClosureAnalysisException.php 223 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 <?php namespace SuperClosure\Exception; /** * This exception is thrown when there is a problem analyzing a closure. */ class ClosureAnalysisException extends \RuntimeException implements SuperClosureException { // }