• File: AssertionError.php
  • Full Path: /home/masbinta/public_html/core/vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/AssertionError.php
  • File size: 119 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
namespace Hamcrest;

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

class AssertionError extends \RuntimeException
{
}