관리-도구
편집 파일: ClosureSerializationException.php
<?php namespace SuperClosure\Exception; /** * This exception is thrown when there is a problem serializing a closure. */ class ClosureSerializationException extends \RuntimeException implements SuperClosureException { // }