Files
kulakpos_web/vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/AssertionError.php

11 lines
119 B
PHP
Raw Normal View History

2026-03-30 14:54:57 +07:00
<?php
namespace Hamcrest;
/*
Copyright (c) 2009 hamcrest.org
*/
class AssertionError extends \RuntimeException
{
}