Bios-Marcel / ServerBrowser

SA-MP Server Browser including some extra functions
Mozilla Public License 2.0
21 stars 8 forks source link

Create own Exception for SampQuery Class (NoConnectionEstablishedException) #1

Closed Bios-Marcel closed 7 years ago

Bios-Marcel commented 7 years ago

As of now, SampQuery (which now implements AutoCloseable) is throwing an Exception of type Exception, which is not so great, so i might want to change that.