website/vendor/illuminate/contracts/Encryption/DecryptException.php

6 lines
124 B
PHP
Raw Normal View History

<?php namespace Illuminate\Contracts\Encryption;
use RuntimeException;
class DecryptException extends RuntimeException {}