MModStartinit
1e1f174c创建于 2022年5月28日历史提交
<?php namespace SuperClosure\Exception;

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