Page MenuHomeWickedGov Phorge

PostconditionException.php
No OneTemporary

Size
442 B
Referenced Files
None
Subscribers
None

PostconditionException.php

<?php
namespace Wikimedia\Assert;
use LogicException;
/**
* Exception indicating that a postcondition assertion failed.
* This generally means an error in the internal logic of a function, or a serious problem
* in the runtime environment.
*
* @since 0.1.0
*
* @license MIT
* @author Daniel Kinzler
* @copyright Wikimedia Deutschland e.V.
*/
class PostconditionException extends LogicException implements AssertionException {
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Aug 19, 15:19 (3 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
dd/57/072e975cb91666dbad226cd80329
Default Alt Text
PostconditionException.php (442 B)

Event Timeline