<?php
namespace OCA\SCIMServiceProvider\Exception;
use Exception;
class ContentTypeException extends Exception {
}