Editing: HttpException.php
<?php namespace Kavenegar\Exceptions; class HttpException extends BaseRuntimeException { public function getName() { return 'HttpException'; } } ?>
Save
Back