6 lines
77 B
PHP
Raw Normal View History

2013-07-17 22:48:12 -07:00
<?php
namespace Mailgun\Exceptions;
class HTTPError extends \Exception{}
?>