MediaWiki
1.34.0
JsonEncodingException.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Rest
;
4
5
class
JsonEncodingException
extends
\RuntimeException {
6
public
function
__construct
( $message, $code ) {
7
parent::__construct(
"JSON encoding error: $message"
, $code );
8
}
9
}
MediaWiki\Rest\JsonEncodingException\__construct
__construct( $message, $code)
Definition:
JsonEncodingException.php:6
MediaWiki\Rest
MediaWiki\Rest\JsonEncodingException
Definition:
JsonEncodingException.php:5
includes
Rest
JsonEncodingException.php
Generated on Thu Dec 19 2019 14:54:46 for MediaWiki by
1.8.16