Skip to content

Commit 97d1ca0

Browse files
committed
Create MetadataNotFoundException
1 parent 74e7157 commit 97d1ca0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
namespace SimpleSAML\SAML2\Exception;
6+
7+
/**
8+
* Exception to be raised when no metadata was found for a specific entityID
9+
*/
10+
class MetadataNotFoundException extends RuntimeException
11+
{
12+
}

0 commit comments

Comments
 (0)