ContentNotFound.php 114 Bytes
<?php
namespace Codeception\Exception;

class ContentNotFound extends \PHPUnit\Framework\AssertionFailedError
{
}