11 lines
119 B
PHP
Executable File
11 lines
119 B
PHP
Executable File
<?php
|
|
namespace Hamcrest;
|
|
|
|
/*
|
|
Copyright (c) 2009 hamcrest.org
|
|
*/
|
|
|
|
class AssertionError extends \RuntimeException
|
|
{
|
|
}
|