| 
<?php
 // declare(strict_types=1);
 
 // namespace InShore\Bookwhen\Test;
 
 // use InShore\Bookwhen\Exceptions\RestException;
 // use PHPUnit\Framework\TestCase;
 
 // /**
 //  * @covers InShore\Bookwhen\Validator::__construct
 //  */
 // class RestExceptionTest extends TestCase
 // {
 
 // }
 
 // // EOF!
 
 |