Просмотр файла vendor/jeremeamia/superclosure/src/Exception/ClosureUnserializationException.php

Размер файла: 234B
<?php namespace SuperClosure\Exception;

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