Page MenuHomeWickedGov Phorge

JsonEncodingException.php
No OneTemporary

Size
210 B
Referenced Files
None
Subscribers
None

JsonEncodingException.php

<?php
namespace MediaWiki\Rest;
class JsonEncodingException extends \RuntimeException {
public function __construct( $message, $code ) {
parent::__construct( "JSON encoding error: $message", $code );
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Aug 19, 05:16 (1 d, 18 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
e6/d3/39a6a62e19e7c148a4061345a637
Default Alt Text
JsonEncodingException.php (210 B)

Event Timeline