Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php namespace Hamcrest; /* Copyright (c) 2009 hamcrest.org */ class AssertionError extends \RuntimeException { }
<?php
namespace Hamcrest;
/*
Copyright (c) 2009 hamcrest.org
*/
class AssertionError extends \RuntimeException
{
}