File: AssertionError.php

package info (click to toggle)
php-hamcrest 2.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,168 kB
  • sloc: php: 6,353; makefile: 14; sh: 9
file content (10 lines) | stat: -rw-r--r-- 119 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
<?php
namespace Hamcrest;

/*
 Copyright (c) 2009 hamcrest.org
 */

class AssertionError extends \RuntimeException
{
}