<?php namespace SuperClosure\Exception;

/**
 * This exception is thrown when there is a problem serializing a closure.
 */
class ClosureSerializationException extends \RuntimeException implements SuperClosureException
{
    //
}