Files
yogiboook_new/vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/AssertionError.php
T

11 lines
119 B
PHP

<?php
namespace Hamcrest;
/*
Copyright (c) 2009 hamcrest.org
*/
class AssertionError extends \RuntimeException
{
}