Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit f745937

Browse files
committed
Custom exception created
1 parent f7b171f commit f745937

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php
2+
/**
3+
* Copyright (c) 2017 - present
4+
* LaravelGoogleRecaptcha - InvalidConfigurationException.php
5+
* author: Roberto Belotti - [email protected]
6+
* web : robertobelotti.com, github.com/biscolab
7+
* Initial version created on: 4/9/2019
8+
* MIT license: https://github.com/biscolab/laravel-recaptcha/blob/master/LICENSE
9+
*/
10+
11+
namespace Biscolab\ReCaptcha\Exceptions;
12+
13+
class InvalidConfigurationException extends \Exception
14+
{
15+
16+
}

0 commit comments

Comments
 (0)