UserAlreadyExistsException.php 149 B

1234567891011
  1. <?php
  2. namespace League\Tactician\Logger\Tests\Fixtures;
  3. /**
  4. * A mock custom exception
  5. */
  6. class UserAlreadyExistsException extends \Exception
  7. {
  8. }