Source of file MessageTooLongException.php
Size: 0,187 Bytes - Last Modified: 2014-10-14T12:25:48+03:00
/Users/mcfedr/dev/awspushbundle/src/Mcfedr/AwsPushBundle/Exception/MessageTooLongException.php
123456789101112131415 | <?php /** * Created by PhpStorm. * User: mcfedr * Date: 12/12/2013 * Time: 22:00 */ namespace Mcfedr\AwsPushBundle\Exception; class MessageTooLongException extends \Exception { } |