Skip to content

Commit ef6f8f4

Browse files
committed
Update ConfigException.php
1 parent 3604631 commit ef6f8f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Kernel/ConfigException.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ private function getError(int $code) : string
4848
return 'Invalid Module Configuration';
4949
break;
5050
case 3:
51+
return 'Invalid Route Configuration';
52+
break;
53+
case 4:
5154
return 'Invalid Database Configuration';
5255
break;
5356
}

0 commit comments

Comments
 (0)