diff --git a/include/check.php b/include/check.php
index 7912bb4..ecf3c75 100644
--- a/include/check.php
+++ b/include/check.php
@@ -120,8 +120,7 @@
$this->RealID = $this->Parser->splits($this->data_profile, '
', ''s profile - Ripple');
break;
default:
- $this->ResetObject();
- return false;
+ throw new \Exception($server . ' is not supported.');
}
if(empty($this->OsuID) || empty($this->RealID))
{
@@ -137,8 +136,7 @@
$this->Occupation = $this->Parser->splits($this->data_profile, '(aka ', ')');
break;
default:
- $this->ResetObject();
- return false;
+ throw new \Exception($this->server . ' is not supported.');
}
$this->GetOccupation();
@@ -194,8 +192,7 @@
$this->Rank = str_replace('#', NULL, $this->Parser->splits($this->data_profile, '', ' | ', 1 + ($this->mode * 9)));
break;
default:
- $this->ResetObject();
- return false;
+ throw new \Exception($this->server . ' is not supported.');
}
}
/**