To my knowledge this doesn't brake Liskov's Substitution Principle as an instance of a subclass can do all the things that an instance of a superclass can do.
To my knowledge this doesn't brake Liskov's Substitution Principle as an instance of a subclass can do all the things that an instance of a superclass can do.