1<?php 2 3declare(strict_types=1); 4 5namespace JMS\Serializer\Exception; 6 7/** 8 * @author Asmir Mustafic <goetas@gmail.com> 9 */ 10class ExpressionLanguageRequiredException extends LogicException 11{ 12} 13
1<?php 2 3declare(strict_types=1); 4 5namespace JMS\Serializer\Exception; 6 7/** 8 * @author Asmir Mustafic <goetas@gmail.com> 9 */ 10class ExpressionLanguageRequiredException extends LogicException 11{ 12} 13