Make all non-inherited classes final
This commit is contained in:
@ -12,7 +12,7 @@ declare(strict_types = 1);
|
||||
* Custom exception class to be raised when trying to use a length unit that is not
|
||||
* accepted by museum-digital.
|
||||
*/
|
||||
class MDInvalidLengthUnit extends MDgenericInvalidInputsException {
|
||||
final class MDInvalidLengthUnit extends MDgenericInvalidInputsException {
|
||||
|
||||
/**
|
||||
* Error message.
|
||||
|
Reference in New Issue
Block a user