-
Rafael Mendonça França authored
Before the introduction of this exception, we where raising a `ConnectionNotEstablished` and users might be rescuing that exception already. As the goal of the new exception was to be more specific, we should be subclassing `ConnectionNotEstablished` to keep the old behaviour.
Rafael Mendonça França authoredBefore the introduction of this exception, we where raising a `ConnectionNotEstablished` and users might be rescuing that exception already. As the goal of the new exception was to be more specific, we should be subclassing `ConnectionNotEstablished` to keep the old behaviour.
Loading