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

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

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