Skip to content

Commit bdb7d3b

Browse files
committed
Create MetadataNotFoundException
1 parent 0486ed3 commit bdb7d3b

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

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)