Skip to content
This repository was archived by the owner on Nov 5, 2022. It is now read-only.

Commit c4a6d69

Browse files
committed
Added CustomExceptions.php
1 parent a5d0125 commit c4a6d69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CodeIgniter4/Sniffs/Files/OneClassPerFileSniff.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class OneClassPerFileSniff implements Sniff
3232
public $filesAllowedMultiClass = array(
3333
'Exception.php',
3434
'Exceptions.php',
35+
'CustomExceptions.php',
3536
'Response.php',
3637
);
3738

0 commit comments

Comments
 (0)