PATH:
home
/
rwabteecom
/
project_11
/
vendor
/
stichoza
/
google-translate-php
/
src
/
Exceptions
/
Editing: TranslationDecodingException.php
<?php namespace Stichoza\GoogleTranslate\Exceptions; use UnexpectedValueException; class TranslationDecodingException extends UnexpectedValueException { // }
SAVE
CANCEL