6 lines
124 B
PHP
Executable File
6 lines
124 B
PHP
Executable File
<?php namespace Illuminate\Contracts\Encryption;
|
|
|
|
use RuntimeException;
|
|
|
|
class DecryptException extends RuntimeException {}
|