Files
faveo/vendor/jeremeamia/SuperClosure/src/Exception/ClosureUnserializationException.php
Bhanu Slathia b1f62846ab Update v1.0.6
2016-02-16 23:24:52 +05:30

10 lines
234 B
PHP

<?php namespace SuperClosure\Exception;
/**
* This exception is thrown when there is a problem unserializing a closure.
*/
class ClosureUnserializationException extends \RuntimeException implements SuperClosureException
{
//
}