Make all non-inherited classes final
This commit is contained in:
@ -5,7 +5,7 @@ declare(strict_types = 1);
|
||||
* Custom exception class for invalid page parameters, which must be values of a
|
||||
* preset list of allowed values.
|
||||
*/
|
||||
class MDmainEntityNotExistentException extends Exception {
|
||||
final class MDmainEntityNotExistentException extends Exception {
|
||||
|
||||
/**
|
||||
* Error message.
|
||||
|
Reference in New Issue
Block a user