<?php namespace SuperClosureException;/** * This exception is thrown when there is a problem analyzing a closure. */class ClosureAnalysisException extends RuntimeException implements SuperClosureException{ //}