X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FIrc%2Fextlib%2Fphergie%2FPhergie%2FConnection%2FException.php;h=aec1cd8e0ff9779bc1cf5f33495d219fdae383de;hb=326258bfef7282509d719238234038d0f6a8d3ff;hp=a750e1d8607146259e93ae15079f624e56bf224a;hpb=678911af249ddc5d2db8d182ce3fd0c748c05fd7;p=quix0rs-gnu-social.git diff --git a/plugins/Irc/extlib/phergie/Phergie/Connection/Exception.php b/plugins/Irc/extlib/phergie/Phergie/Connection/Exception.php index a750e1d860..aec1cd8e0f 100644 --- a/plugins/Irc/extlib/phergie/Phergie/Connection/Exception.php +++ b/plugins/Irc/extlib/phergie/Phergie/Connection/Exception.php @@ -41,4 +41,10 @@ class Phergie_Connection_Exception extends Phergie_Exception * but that transport is not supported by the current PHP installation */ const ERR_TRANSPORT_NOT_SUPPORTED = 2; + + /** + * Error indicating that a connection is configured to use an encoding, + * but that encoding is not supported by the current PHP installation + */ + const ERR_ENCODING_NOT_SUPPORTED = 3; }