Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php namespace Illuminate\Database; use RuntimeException; class MultipleColumnsSelectedException extends RuntimeException { // }
<?php
namespace Illuminate\Database;
use RuntimeException;
class MultipleColumnsSelectedException extends RuntimeException
{
//
}