Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ static function create($faultString, $faultCode)
case 'No map currently loaded.':
case 'No replay to save':
case 'Internal error.':
case 'Unable to retrieve validation data. ':
return new UnavailableFeatureException($faultString, $faultCode);
case 'You must enable the callbacks to be able to do chat routing.':
case 'Chat routing not enabled.':
Expand Down Expand Up @@ -68,6 +69,7 @@ static function create($faultString, $faultCode)
case 'Map corrupted.':
case 'Map lightmap is not up to date.':
case 'The map doesn\'t match the server packmask.':
case 'The map environment is not available on the server (doesn\'t match the server packmask). ':
return new InvalidMapException($faultString, $faultCode);
case 'Ladder mode unknown.':
case 'You cannot change the max players count: AllowSpectatorRelays is activated.':
Expand Down