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