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