1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-19 22:03:19 +03:00
Files
bookstack/app/Exceptions/SamlException.php
2019-08-06 23:42:46 +02:00

7 lines
88 B
PHP

<?php namespace BookStack\Exceptions;
class SamlException extends PrettyException
{
}