EncryptedMigrationException.php 178 B

1234567891011121314
  1. <?php
  2. namespace App\Exceptions;
  3. use Exception;
  4. /**
  5. * Class EncryptedMigrationException.
  6. *
  7. * @codeCoverageIgnore
  8. */
  9. class EncryptedMigrationException extends Exception
  10. {
  11. }