Skip to content

Commit 756f8dc

Browse files
committed
feat: add HTTPException for Shield
1 parent 207edd9 commit 756f8dc

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/Exceptions/HTTPException.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
3+
namespace CodeIgniter\Shield\Exceptions;
4+
5+
use CodeIgniter\HTTP\Exceptions\HTTPException as FrameworkHTTPException;
6+
7+
class HTTPException extends FrameworkHTTPException implements BaseException
8+
{
9+
}

0 commit comments

Comments
 (0)