updated exception

This commit is contained in:
kremsy
2017-05-24 10:05:28 +02:00
parent edcd18e8f5
commit a32e7df5e0
3 changed files with 3 additions and 1 deletions

View File

@ -23,6 +23,7 @@ class FaultException extends Exception {
case 'No replay to save':
case 'Internal error.':
case 'Unable to retrieve validation data. ':
case 'No new replay.':
return new UnavailableFeatureException($faultString, $faultCode);
case 'You must enable the callbacks to be able to do chat routing.':
case 'Chat routing not enabled.':