for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php declare(strict_types=1);
namespace Terah\Assert;
/**
* Assert
*
* LICENSE
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so I can send you a copy immediately.
*/
* ValidationFailedException
* @author Benjamin Eberlei <[email protected]>
* @author Terry Cullen <[email protected]>
class ValidationFailedException extends AssertionFailedException
{}