Current File : /home/itiffy/www/vendor/jeremeamia/SuperClosure/src/Exception/ClosureSerializationException.php
<?php namespace SuperClosure\Exception;

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